body {
      margin: auto;
      padding: 0;
      background: #f5f5f5;
      color: #333;
      font-family: departureMono;
      font-size: 11px;
      max-width: 800px;
    }

    @font-face {
      font-family: departureMono;
      src: url("fonts/DepartureMono-Regular.woff") format('woff');
    }
    header {
      text-align: left;
    }

    main {
      
      margin: 2rem auto;
      padding: 0 1rem;
    }

    h1 {
      margin-bottom: 0.5rem;
    }

    .aboutme {
      margin-bottom: 2rem;
    }
    
    .projects {
      margin-bottom: 2rem;
    }
    
    .contact {
      margin-bottom: 2rem;
    }

    footer {
      text-align: left;
    }

    a {
      color: #007acc;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }